home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 18143 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: netnews.worldnet.att.net!newsadm
  2. From: 73773.733@compuserve.com (An Uncarved Block)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Stupid Question - Why is C named 'C'?
  5. Date: Fri, 19 Apr 1996 02:17:05 GMT
  6. Organization: AT&T WorldNet Services
  7. Message-ID: <4l6sn9$ak1@mtinsc01-mgt.ops.worldnet.att.net>
  8. References: <1996Apr16.122212@ubmail>
  9. NNTP-Posting-Host: 44.st-louis-2.mo.dial-access.att.net
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. telliott@ubmail (TODD ELLIOTT) wrote:
  13.  
  14. >I know it sounds like a stupid question, but why is C named 'C' in the first
  15. >place? I can understand BASIC, Pascal, Fortran, or COBOL, but 'C'?
  16.  
  17. To quote:
  18.  
  19. "C is a general-purpose programming language that was originally
  20. designed by Dennis Ritchie of Bell Laboratories and implemented there
  21. on a PDP-11 in 1972.  It was first used as the systems language for
  22. the UNIX operationg system.  Ken Thompson, the developer of UNIX, had
  23. been using both assembler and a language named B to produce initial
  24. versions of UNIX in 1970.  C was invented to overcome the limitations
  25. of B." - A Book on C by Al Kelley and Ira Pohl
  26.  
  27. I guess you could say that it was A (for assembler) then B first.  C
  28. was the next logical extension.  
  29.  
  30. So that brings up the question:  Why C++ and not D?
  31.  
  32. Cheers,
  33.  
  34. Bill.
  35.  
  36.